[Top] [Prev] [Next] [Bottom]
[Contents]
SaDecrypt
Returns a decrypted string of the input string. The decryption used will be either the default of Sapphire or user defined.
#include "SaRnHtml.h"
char* XKEXPORT SaDecrypt SUTPROTO((char* s));
Arguments
- s
- String to decrypt.
Return Values
An decrypted string.
Returns an decrypted string of the input string. The decryption used will be either the default of Sapphire or user defined. The returned data is malloc'd and should be free'd.
char* str;
str = SaDecrypt("jsahjhjaHJhjHJDHJa");
/*** use value ***/
free(str);
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.